# Tagline rules file
#
# The syntax is:
#
#       KIND[.LEVEL]  REGEXP  TYPE
#  or:  tagline       TYPE    FORMAT
#  or:  end-marker    TYPE    REGEXP
#  or:  # COMMENT
#
# where KIND is "ext" to match file extensions, "name" to match whole
# filenames, and "dir" to match directories.  LEVEL is a priority, where
# lower levels are search first; default rules are level 10, and user rules
# with no explicit priority are level 5.
#
#
# REGEXP is an egrep-style (`extended') regular expression used for
# matching (within the context of KIND), and a positive match means a
# tagline of type TYPE is used.
#
# FORMAT should contain the actual tagline to add for TYPE, with a
# single %s where the actual tag value should be substituted (any other
# occurances of % should be escaped by doubling them percent, e.g %%).
#
# Both REGEXP and FORMAT may contain the following special backslash
# escape sequences: \n \t \s \\  (\s means a space)
# other occurrences of backslash are left unchanged.
#

ext	shpp	sh
